home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 96 / PC Zone #096.7z / Dppcz1200.mdf / Demos / Gunlok / data1.cab / Program_Executable_Files / scripts / reaporfrag.gsh < prev    next >
Text File  |  2000-09-09  |  939b  |  38 lines

  1. // defines the fragmented reapor bot
  2. ////////////////////////////////////////////////////////////////////////////////////
  3.  
  4. // start wrapper - prevent multiple inclusions or recursive inclusions
  5.  
  6. //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
  7. #ifndef INCLUDED_REAPORFRAG_GSH
  8. #define INCLUDED_REAPORFRAG_GSH
  9.  
  10. ////////////////////////////////////////////////////////////////////////////////////
  11.  
  12. #include "defaults.gsh"
  13.  
  14. hierarchy Hcy_reaporFrag
  15. {
  16.     file    "units\reaporfrag.rif"
  17.     name    "reaporfrag"
  18.     hotspot none
  19. }
  20.  
  21. role Rol_reaporFrag : Rol_FragObject
  22. {
  23.     shape            Hcy_reaporFrag
  24.     identifier        "reaporfrag"
  25. }
  26.  
  27. frag data Frg_reapor
  28. {
  29.     role Rol_reaporFrag
  30.     scale 6
  31.     replace yes
  32. }
  33.  
  34. ////////////////////////////////////////////////////////////////////////////////////
  35.  
  36. // end wrapper - for preventing multiple or recursive inclusions
  37. #endif // !INCLUDED_REAPORFRAG_GSH
  38.